two <select> always next to each other inseide <td> ? [closed]
Posted
by
Radek
on Pro Webmasters
See other posts from Pro Webmasters
or by Radek
Published on 2011-03-10T01:13:08Z
Indexed on
2011/03/10
8:19 UTC
Read the original article
Hit count: 331
css
I have to selects inside td and I want to make sure that they are next to each other at all times but td's width is width of these two selects. Not more.
The thing is that value to be displayd in selects changes based on data.
<td>
<select name="db2.rfthdd">
<option value="WEI">WEI</option>
<option value="SCOTSdatabase">SCOTSdatabase</option>
</select>
<select id="db2.rfttimestamp">
<option value="20110302122831">2011-03-02-122831</option>
<option value="20110302122442">2011-03-02-122442</option>
</select>
</td>
© Pro Webmasters or respective owner